home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Postcard CD: Toronto
/
Postcard CD: Toronto (2004).iso
/
mac
/
PCDSS
/
TO2Binary.dcr
/
Internal_55.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2002-01-04
|
213 b
|
15 lines
global init, first, L, myTimer
on enterFrame me
if init = 0 then
makePicsList()
initVars()
getRand()
countList()
init = 1
end if
first = 1
L = the mouseH
sprite(2).memberNum = 2
end